Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Cameras


Q3Camera_SetPlacement

You can use the Q3Camera_SetPlacement function to set the placement of a camera.

TQ3Status Q3Camera_SetPlacement (
TQ3CameraObject camera, 
const TQ3CameraPlacement *placement);
camera
A camera object.
placement
A pointer to a camera placement structure.
DESCRIPTION
The Q3Camera_SetPlacement function sets the placement of the camera specified by the camera parameter to the position specified by the placement parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996